[codex] Fix SOXL strategy plugin auto mounts#72
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
soxl_soxx_trend_incometo the runtime switch auto-mountedmarket_regime_controlstrategy listmarket_regime_controlmounts for Global/Russell rotation profiles whose strategy-scope latest_signal artifacts are not currently publishedmarket_regime_controllatest_signal pathRoot Cause
The strategy switch workflow defaults
plugin_modetoauto, but the auto-mount profile list omittedsoxl_soxx_trend_income. Switching SOXL from the settings console therefore wrote an empty*_STRATEGY_PLUGIN_MOUNTS_JSONpayload and prevented IBKR/Schwab from consuming the SOXL plugin artifact. The same list also contained Global/Russell profiles whose corresponding strategy-scope plugin artifacts are not currently published, which could generate missing signal paths if those targets were enabled.Validation
python -m unittest tests.test_runtime_settingspython scripts/runtime_settings.py validatenode --experimental-default-type=module tests/strategy_switch_worker_validation.mjs